home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 4300 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: severus.mbfys.kun.nl!rhialto
  2. From: rhialto@mbfys.kun.nl (Olaf Seibert)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: Looking for CBM 2023 printer driver info
  5. Date: 20 Mar 1996 22:44:11 GMT
  6. Organization: University of Nijmegen, The Netherlands
  7. Distribution: world
  8. Message-ID: <4iq1nr$m4h@wn1.sci.kun.nl>
  9. References: <4idcto$lkh@homer.alpha.net>
  10. NNTP-Posting-Host: severus.mbfys.kun.nl
  11.  
  12. In <4idcto$lkh@homer.alpha.net> croaker@bbs.tcbi.com (Bill) writes:
  13. >I have a friend who is looking for a printer driver for a Commodore
  14. >2023 (it says Epson 3110 on the inside.) I think he wants it for GEOS.
  15. >He got the printer for $10, but no driver software came with it. If
  16. >anyone knows where I can get a driver for it or any driver that will
  17. >work with, please let me know or post it here.
  18.  
  19. We used to have a 202x printer in school. The only graphics capability
  20. that it had was one (you read it correctly, one) user-defined character
  21. (matrix 5 x 7 or so) per line. You programmed it by sending bytes
  22. to a special secondary address (6, I think but I could be wrong) and
  23. printing chr$(254). To print pictures, you do the following:
  24.  
  25. 1. define a character that makes up one 5x7 area of the picture
  26. 2. print the correct number of spaces before it and then chr$(254)
  27. 3. print chr$(13+128) for a carriage return without line feed
  28. 4. go back to step 1 for the next 5x7 area.
  29.  
  30. In a word... ssslllooowww. And tough on the head movement mechanism
  31. too, because it has to move the print head from left all the way to
  32. the right for each line printed, even for only a single character.
  33. In fact, older rom revisions even moved the head along the paper for
  34. empty lines.
  35.  
  36. >Thanks, Bill
  37. -Olaf.
  38. --
  39. ___ Olaf 'Rhialto' Seibert      rhialto@mbfys.kun.nl      The only excuse
  40. \X/    for making a useless thing is that one admires it intensely. -O.W.
  41.